Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia
sélection simple — paprastoji atranka statusas T sritis radioelektronika atitikmenys: angl. simple sampling; simple selection vok. einfache Auswahl, f rus. простой выбор, m pranc. sélection simple, f … Radioelektronikos terminų žodynas
simple sampling — paprastoji atranka statusas T sritis radioelektronika atitikmenys: angl. simple sampling; simple selection vok. einfache Auswahl, f rus. простой выбор, m pranc. sélection simple, f … Radioelektronikos terminų žodynas
Selection de parentele — Sélection de parentèle Les mécanismes de l évolution biologique Mécanismes non aléatoires: sélection naturelle sélection utilitaire sélection sexuelle sélection de parentèle sélection de groupe … Wikipédia en Français
SÉLECTION NATURELLE (biologie) — La notion de sélection (du latin selectio , choix) revêt une importance capitale en biologie, qu’elle soit appliquée ou fondamentale. Le tri qu’implique toute sélection porte ici sur la diversité phénotypique et génotypique des organismes,… … Encyclopédie Universelle
Selection simple — Sélection simple En programmation orientée objet, la sélection simple (ou sélection de méthode à aiguillage simple) traduit le fait qu un seul argument est utilisé par le compilateur pour sélectionner la méthode à appeler. Exemple (donné en… … Wikipédia en Français
Sélection végétale — La sélection des végétaux a toujours existé dans l agriculture. Les objectifs sont multiples : augmentation de la productivité d une culture en baissant les coûts généraux et/ou en augmentant le rendement de la plante, augmentation de la… … Wikipédia en Français
Simple Interactive Object Extraction — (SIOX) is an algorithm for extracting foreground objects from color photographs with little user interaction. SIOX is a tool in the GIMP (since version 2.3.3) and Inkscape. SIOX originates from a distance learning tool called E Chalk where an… … Wikipedia
Sélection de parentèle — Les mécanismes de l évolution biologique Mécanismes non aléatoires : sélection naturelle sélection de survie sélection sexuelle sélection de parentèle sélection de groupe sélection s … Wikipédia en Français
Selection sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallySelection sort is a sorting algorithm, specifically an in place comparison sort. It has O( n 2) complexity, making it… … Wikipedia